home *** CD-ROM | disk | FTP | other *** search
/ 20th Century Video Almanac / 20th Century Video Almanac.iso / svgahelp.txt < prev    next >
Text File  |  1993-06-18  |  15KB  |  323 lines

  1. SVGAHELP.TXT - last revised 06/19/93
  2.  
  3. You are most likely reading this file because your system did not respond
  4. to VESA Super VGA Video BIOS Extensions (VBE) requests made by the
  5. installation program.  Don't panic!  Problems such as yours are often easy
  6. to fix (e.g. you haven't loaded the VESA driver for your video card).  This
  7. file contains information which can help you get up and running.
  8.  
  9. The 20th Century Video Almanac requires a Super VGA (SVGA) card which
  10. complies with the VESA SVGA Video BIOS Extensions (VBE), version 1.2, and
  11. which is capable of displaying 640x480 pixels in 256 colors (VBE video mode
  12. 101 hex).  This product has been tested on VESA VBE-compatible video cards,
  13. and is known to work correctly with a compliant system.
  14.  
  15. -----------------------------------------------------------------------------
  16. 1. What are the VESA Super VGA Video BIOS Extensions?
  17. -----------------------------------------------------------------------------
  18.  
  19. There are vast number of SVGA video boards on the market.  Because there
  20. was no existing standard when the first SVGA boards became available, each
  21. manufacturer chose different ways of controlling the additional video modes
  22. that SVGA offers.  This means that a program would need to determine which
  23. SVGA board was in use, and make the correct calls to the video hardware for
  24. that board.
  25.  
  26. The VBE is a standard which allows software developers to support one
  27. method for controlling SVGA video modes that will run on a wide variety of
  28. cards.
  29.  
  30. Many new SVGA cards support the VBE directly on-board.  For older SVGA
  31. cards, manufacturers have developed Terminate-and-Stay-Resident (TSR)
  32. programs which map the standard VBE requests into the specific commands
  33. required for their particular SVGA chip set.
  34.  
  35. NOTE: some manufacturers refer to this TSR program as a "VESA driver."
  36.  
  37.  
  38. -----------------------------------------------------------------------------
  39. 2. Where can I find a TSR for my video board?
  40. -----------------------------------------------------------------------------
  41.  
  42. The first place to look for a TSR is on a utilities diskette in the box
  43. containing your SVGA card.  It will most likely have a name like VESA.COM
  44. or VESA.EXE.  Sometimes there will be some additional characters in the
  45. name.  For example, the TSR for SVGA cards based on the Tseng Labs chip set
  46. is often called TLIVESA.COM.
  47.  
  48. If you purchased a system that was pre-configured, chances are that the
  49. file is in a directory on your hard drive.  Type the following command at
  50. the DOS prompt:
  51.  
  52.     DIR C:\ /S | FIND "VESA"
  53.  
  54. to locate any files with "VESA" in their name.  If you have the Norton
  55. Utilities, the File Find utility can be used for this same purpose.  (NOTE:
  56. the /S parameter of the DIR command is only available under DOS 5.0 or
  57. higher [required for this product]).
  58.  
  59.  
  60. -----------------------------------------------------------------------------
  61. 3. No luck.  My dog ate the box and the diskette.
  62. -----------------------------------------------------------------------------
  63.  
  64. Don't give up.  The first thing to do is call the dealer that sold you the
  65. card or system.  They may be able to help you get a replacement disk.  If
  66. you have a complete system, the dealer or system manufacturer can probably
  67. tell you if a VESA TSR was included with your system, and where to find it.
  68. At worst, the dealer/vendor should be able to tell you what kind of a card
  69. you have.
  70.  
  71.  
  72. -----------------------------------------------------------------------------
  73. 4. Still no luck.  The dealer is out of business or can't help me.
  74. -----------------------------------------------------------------------------
  75.  
  76. Don't give up!
  77.  
  78. If you have a manual for the card, it may have the information you need to
  79. determine which SVGA chip set your video card uses, information on setting
  80. up the card for VESA VBE-compatibility, or information on how to get
  81. technical support.  The information you need may be in a section of the
  82. manual called "VESA compatibility" or "Device Drivers".
  83.  
  84. Many video cards report the name of the manufacturer and other useful
  85. information when you do a hard reset of your system (i.e. turning it on or
  86. pressing the reset switch).  Trying resetting your system and looking at
  87. the first few messages which appear on your screen.
  88.  
  89. As a courtesy, we have included a program which will attempt to determine
  90. what kind of a video card is installed in your system.  To run the program,
  91. make sure the Almanac CD-ROM is in the drive (label side up), and type
  92.  
  93.     X:\SVGATEST
  94.  
  95. where 'X' is the letter of your CD-ROM drive.  Don't forget to press the
  96. Enter key.  Among other things, SVGATEST will report
  97.  
  98. Super VGA chip type is          ATI TECHNOLOGIES
  99.                 CHIPS & TECHNOLOGIES
  100.                 GENOA SYSTEMS
  101.                 PARADISE/WESTERN DIGITAL
  102.                 TSENG LABS
  103.                 VIDEO7/HEADLAND TECHNOLOGIES
  104.                 *** UNRECOGNIZED ***
  105.  
  106. SVGATEST also prints out the first 256 bytes of memory at C000 and E000
  107. (the most likely places for the video card's ROM-BIOS).  You may see text
  108. here that will help you determine the manufacturer's name.
  109.  
  110. Unfortunately, automatic detection of SVGA hardware is not 100%-reliable
  111. (another reason for the VESA standard!).  SVGATEST may report that it does
  112. not recognize your card for several reasons:
  113.  
  114.     * QEMM "stealth mode" has relocated the video BIOS from its normal
  115.       location at C000 in memory.  Try running SVGATEST without QEMM
  116.       active.
  117.  
  118.     * Your SVGA card uses a chip set which is not one of the above.  The
  119.       chip sets listed are the most common, but newer chip sets may not be
  120.       recognized (although most newer cards support VBE directly).
  121.       Contacting the manufacturer of your board or chip set is probably
  122.       the only way you will be able to get the necessary support.
  123.  
  124.     * You have a standard VGA or other non-SVGA video adapter.  In this
  125.       case, you will be unable to run the program, as it requires an SVGA
  126.       that is compatible with VBE 1.2.
  127.  
  128. If you have experience opening up your computer, feel comfortable doing
  129. it, and know which of the adapter cards is your video card (Hint: it's the
  130. one that your monitor is plugged into), you can probably determine the chip
  131. set being used on your video card just by looking.  For example, the top of
  132. the chip may say "Tseng Labs ET4000AX" or "WDC WD90C00" (a Western Digital
  133. chip).
  134.  
  135. WARNING: TURN OFF YOUR COMPUTER AND UNPLUG IT FROM THE WALL BEFORE
  136. ATTEMPTING TO OPEN IT UP.
  137.  
  138. Don't forget someone who has a system or video card like yours. They may
  139. have already solved the problem for you!  Or perhaps you have a computer-
  140. knowledgeable friend who might be willing to help you.
  141.  
  142.  
  143. -----------------------------------------------------------------------------
  144. 5. OK.  I've figured out who made my card.  How do I get the TSR software?
  145. -----------------------------------------------------------------------------
  146.  
  147. If you know the company that made your card (or the SVGA chip set that it
  148. uses), chances are that you can call their Customer Support number and get
  149. the help you need.  They may be able to send you a diskette, direct you to
  150. their BBS, or some other source (such as Compuserve) for the TSR.
  151.  
  152. Here are the Customer Support numbers for some of the most popular SVGA
  153. card manufacturers:
  154.  
  155.     ATI Technologies................(416) 756-0711
  156.     Chips & Technologies............(800) 323-4477 extension 4129
  157.     Genoa Systems...................(408) 432-8324
  158.     Paradise (Western Digital)......(800) 832-4778
  159.     Sigma...........................(800) 845-8086
  160.     STB.............................(214) 234-8750
  161.     Tecmar..........................(800) 344-4463
  162.     Tseng Labs......................(215) 968-0502
  163.     Trident Microsystems............(800) 223-6165
  164.     Video7/Headland Technologies....(800) 248-1850
  165.     Western Digital (Paradise)......(800) 832-4778
  166.  
  167. While we have made every attempt to ensure that these numbers are
  168. accurate, they are subject to change.  You may have a more up-to-date
  169. number in the manual for your SVGA card.
  170.  
  171. If you have a modem and subscribe to Compuserve, you may be able to
  172. download the most current TSR software from Compuserve.  Type "GO VESA"
  173. at the prompt, which will take you to the IBM Programmers forum.  You
  174. will need to select Library 12, which contains a variety of VESA-related
  175. materials.  Using the BROWSE command will describe each of the available
  176. files in the library.
  177.  
  178.  
  179. -----------------------------------------------------------------------------
  180. 6. I know what SVGA card I have, but (a) the vendor is unreachable,
  181.    and/or (b) I don't subscribe to Compuserve.
  182. -----------------------------------------------------------------------------
  183.  
  184. As a courtesy, we have included a number of TSRs from various video card
  185. manufacturers.  These manufacturer-supplied TSRs are the most recent
  186. available from VESA, but newer (and possibly more compatible) TSRs are
  187. probably available directly from the video card manufacturer.  We haven't
  188. tested all of these drivers, and since we didn't write them, we can't
  189. supply technical support for them.  They may help you get up and running,
  190. but WE STRONGLY RECOMMEND YOU CONTACT YOUR VIDEO BOARD MANUFACTURER FOR THE
  191. LATEST VERSION OF THEIR TSR.
  192.  
  193. The TSRs are located in subdirectories in the \VESA directory of the
  194. CD-ROM.  The subdirectory names match the names of various video card
  195. manufacturers.  If you don't find the name of your manufacturer, try
  196. running SVGATEST.
  197.  
  198. If you used SVGATEST to determine your card type, it only reports the
  199. SVGA chip type used by the manufacturer.  Here's where to look, based on
  200. what SVGATEST reports:
  201.  
  202.     ATI Technologies                \VESA\ATI
  203.  
  204.     Chips & Technologies            \VESA\CHIPS
  205.  
  206.     Genoa Systems                   \VESA\GENOA
  207.  
  208.     Paradise/Western Digital        \VESA\PARADISE
  209.  
  210.     Trident Microsystems            \VESA\TRIDENT
  211.  
  212.     Tseng Labs                      \VESA\TSENG
  213.  
  214.     Video7/Headland Technologies    \VESA\VIDEO7
  215.  
  216.  
  217. -----------------------------------------------------------------------------
  218. 7. OK, I've got the TSR for my video board.  Now what?
  219. -----------------------------------------------------------------------------
  220.  
  221. Now we're getting somewhere!
  222.  
  223. First of all, if VESA.COM (or whatever it's named) is on a diskette, copy
  224. it to your hard drive.  Load VESA.COM, and then re-run the installation
  225. program.  For example, if you copied VESA.COM to C:\STUFF\VESA.COM on your
  226. hard drive, you should type
  227.  
  228.     C:\STUFF\VESA
  229.  
  230. and press Enter.  This will load the TSR into memory.  Be sure to look at
  231. any messages the TSR displays on loading, and make sure it loaded
  232. successfully.  Now run the INSTALL program from the CD-ROM drive as before.
  233.  
  234. If you plan to use the Almanac regularly (and we hope you do!), you should
  235. probably add the line
  236.  
  237.     C:\STUFF\VESA
  238.  
  239. (or whatever is correct for your system) to your AUTOEXEC.BAT file, so it
  240. will be loaded whenever you start your system.  If you don't add this line
  241. to your AUTOEXEC.BAT file, you will need to type the command each time
  242. before running the Almanac.  The Almanac will remind you if you forget to
  243. load the TSR, as it checks for the presence of a VBE-compatible system
  244. when it starts.
  245.  
  246. NOTE TO ADVANCED USERS:  you may want to load the TSR into high memory to
  247. maximize the memory available to DOS programs.  Use the command that is
  248. appropriate for your memory manager (e.g. LOADHIGH for EMM386.EXE).
  249.  
  250.  
  251. -----------------------------------------------------------------------------
  252. 8. I've loaded a TSR, but the installation program still doesn't detect a
  253.    VESA VBE.
  254. -----------------------------------------------------------------------------
  255.  
  256. You probably rebooted your system after loading the TSR.
  257.  
  258. Remember, the TSR won't be there when you reboot your system, unless you've
  259. added the command to load the TSR to your AUTOEXEC.BAT file.  If INSTALL
  260. still reports that your system is not responding to VBE requests, make sure
  261. that you've loaded the TSR.
  262.  
  263. First, try loading the TSR by typing the command at the keyboard.  Make
  264. sure there are no error messages.  If INSTALL still doesn't run, you may be
  265. using the wrong TSR.
  266.  
  267. If you added the command to load the TSR to your AUTOEXEC.BAT file, check
  268. to make sure that it was typed correctly, and that it executes correctly
  269. when you reboot your system (you may want to put a PAUSE command after the
  270. command which loads the TSR, so you can make sure).
  271.  
  272.  
  273. -----------------------------------------------------------------------------
  274. 9. I've loaded the TSR, INSTALLed the program successfully, and yet the
  275.    program reports <not VESA compatible> when I run it.
  276. -----------------------------------------------------------------------------
  277.  
  278. You probably rebooted your system after INSTALLing the program.  Remember,
  279. the TSR won't be there when you reboot your system, unless you've added
  280. the command to load the TSR to your AUTOEXEC.BAT file.
  281.  
  282. First, try loading the TSR by typing the command at the keyboard.  Make
  283. sure there are no error messages.  If the program still doesn't run, you
  284. may have loaded a TSR which doesn't check to see if the correct hardware
  285. is present (yes, there actually are TSRs which are that dumb!).
  286.  
  287. If you added the command to load the TSR to your AUTOEXEC.BAT file, check
  288. to make sure that it was typed correctly, and that it executes correctly
  289. when you reboot your system (you may want to put a PAUSE command after the
  290. command which loads the TSR, so you can make sure).
  291.  
  292.  
  293. -----------------------------------------------------------------------------
  294. 10. I've loaded the TSR, INSTALLed the program successfully, the program
  295.     runs, and yet the display doesn't look right when I run the program.
  296. -----------------------------------------------------------------------------
  297.  
  298. Again, make sure you are running the latest version of the TSR software
  299. (if any) for your video.  Contact the video card manufacturer to see if
  300. your card is known to be incompatible with this program.  If you've tried
  301. every other avenue, then call our Technical Support numbers:
  302.  
  303.     Voice: (415) 883-5157
  304.       FAX: (415) 883-0367
  305.  
  306. We want you to be satisfied with your Software Toolworks product.
  307.  
  308.  
  309. -----------------------------------------------------------------------------
  310. 11. I've loaded the TSR, INSTALLed the program successfully, and the
  311.     program looks and runs great!
  312. -----------------------------------------------------------------------------
  313.  
  314. That's great!  Don't forget to send in your registration card, and thanks
  315. for buying our product...
  316.  
  317. Enjoy!
  318.  
  319.  
  320. VESA is a registered trademark of the Video Electronics Standards Association.
  321.  
  322. -----------------------------END OF FILE-------------------------------------
  323.